int a = 0;
int b = 12/a; // ERROR! ArithmeticException: / by zero
